Monodevelop: `Waiting for debugger to connect...`
Posted
by
Nicolas Raoul
on Stack Overflow
See other posts from Stack Overflow
or by Nicolas Raoul
Published on 2012-08-15T03:55:36Z
Indexed on
2012/11/26
11:06 UTC
Read the original article
Hit count: 469
I am trying to debug this Mono desktop software in Monodevelop.
I imported the SLN file, ran Build all
with success, but when I press the Debug
button I get this popup that stays waiting forever saying Waiting for debugger to connect...
:
The output says:
User assembly '/home/nico/src/SparkleShare/SparkleShare/bin/SparkleShare.exe' is missing. Debugger will now debug all code, not just user code.
Am I doing something wrong?
Monodevelop 2.8.6.3 on Ubuntu 2012.04.
Nothing special appears on the console with monodevelop -v -v -v
.
When I press Run
instead of Debug
, the app crashes immediately saying The application exited with code: 255
, but I need Debug to find where the problem is.
Note: It is not the same problem as this question, which is about MonoTouch waiting for a phone simulator... the suggestions over there are about the simulator or updating XCode... no simulator nor XCode here.
© Stack Overflow or respective owner